fix(deps): update module github.com/spf13/viper to v1.21.0 - #724
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/spf13/viper to v1.21.0#724renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: scheduler/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
3 times, most recently
from
April 17, 2026 22:36
87e8131 to
4af181e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
5 times, most recently
from
May 19, 2026 00:52
6b3efd8 to
a10ca87
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
10 times, most recently
from
July 3, 2026 21:51
079e326 to
b523895
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
6 times, most recently
from
August 2, 2026 05:46
b3016c8 to
e8dda4e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
3 times, most recently
from
August 20, 2026 21:51
2084c4d to
fc29ed4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
5 times, most recently
from
August 21, 2026 22:45
35c5d51 to
46e8b45
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
from
August 28, 2026 21:13
46e8b45 to
f230bbe
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
from
August 31, 2026 07:17
f230bbe to
b56aa52
Compare
renovate
Bot
force-pushed
the
renovate/github.com-spf13-viper-1.x
branch
from
September 2, 2026 10:15
b56aa52 to
f0566b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.18.0→v1.21.0Release Notes
spf13/viper (github.com/spf13/viper)
v1.21.0Compare Source
What's Changed
Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes
mapstructurepackage replacement. by @aldas in #2004New Contributors
Full Changelog: spf13/viper@v1.20.0...v1.21.0
v1.20.1Compare Source
What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.20.0...v1.20.1
v1.20.0Compare Source
What's Changed
Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes
New Contributors
Full Changelog: spf13/viper@v1.19.0...v1.20.0
v1.19.0Compare Source
What's Changed
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes
New Contributors
Full Changelog: spf13/viper@v1.18.1...v1.19.0
v1.18.2Compare Source
tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.
This release fixes a regression that appears in rare circumstances when using
UnmarshalorUnmarshalExactto decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.The feature is now disabled by default and can be enabled using the
viper_bind_structbuild tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.18.1...v1.18.2
v1.18.1Compare Source
What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.18.0...v1.18.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.